home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / cobalts.zip / MIKESOFT.BAT < prev    next >
DOS Batch File  |  1990-09-03  |  406b  |  19 lines

  1. @echo off
  2. GOTO STARTER
  3.  
  4. this batch file compiles and links the COBALTS project
  5.  
  6. Large Model Microsoft C version 5.1 is required and the
  7. graphics module named on the link line
  8.  
  9. :STARTER
  10.       CL COBALTS.C /c
  11. LINK COBALTS RUSS,,NUL,LLIBCE.LIB /E;
  12. IF NOT EXIST COBALTS.EXE GOTO ENDER
  13.         echo COBALTS.exe Created !
  14. GOTO FINISH
  15.  
  16. :ENDER
  17.         echo Sorry... Problem Encountered.
  18. :FINISH
  19.